From 3f725c0d0b3cbcb5897f49cd77c239e6b7871861 Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Tue, 21 Sep 2004 13:28:18 +0000 Subject: [PATCH] Memory leak fix --- gpsbabel/xcsv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gpsbabel/xcsv.c b/gpsbabel/xcsv.c index da695a1e8..93aa9ba21 100644 --- a/gpsbabel/xcsv.c +++ b/gpsbabel/xcsv.c @@ -471,6 +471,7 @@ void xcsv_setup_internal_style(const char *style_buf) { xcsv_file_init(); + xcsv_destroy_style(); xcsv_file.is_internal = !!style_buf; intstylebuf = style_buf; } -- 2.30.2